home *** CD-ROM | disk | FTP | other *** search
/ The Amiga Classic Collection / The Amiga Classic Collection - Disc 2.iso / Utils / UT006-Parnet.boot.DMS / UT006-Parnet.boot.adf / T / Command-0-T01 next >
Text File  |  1995-07-13  |  1KB  |  50 lines

  1. echo "*e[33mClient Boot Script V3.0 by Vernon Graner    *e[31m"
  2. echo " "
  3.  
  4. echo "Checking for Drive List in the S: directory..    *e[32m"Noline
  5. if exists s:parnet-drivelist
  6.   echo "OK*e[31m"
  7.   echo "Copying DriveList for Remote reference...    *e[32m"Noline
  8.   copy S:ParNET-DriveList to RAM:
  9.   echo "OK*e[31m"
  10. else
  11.   echo "NOT FOUND!*e[31m"
  12. endif
  13.  
  14. Echo "Starting NetPNET-Server...            *e[32m"NoLine
  15. NETPNET-SERVER UNIT 0
  16. Echo "OK*e[31m"
  17.  
  18. Echo "Mounting NET: Device...                *e[32m"NoLine
  19. MOUNT NET: FROM DEVS:MountList.ParNET.Client
  20. echo "OK*e[31m"
  21.  
  22. echo "Waiting for Network Connection...        *e[32m"Noline
  23. CD NET:RAM
  24. echo "OK*e[31m"
  25.  
  26. Echo "Activating Net Icons...                *e[32m"NoLine
  27. If Exists NET:RAM/ParNET-DriveList
  28.   COPY SYS:Parnet/Node.rinfo to NET:RAM/node.rinfo 
  29.   Execute NET:RAM/ParNET-DriveList
  30.   echo "OK*e[31m"
  31. Else
  32.   echo "NOT FOUND!*e[31m"
  33.   echo "Copying Default Network Icons...        *e[32m"Noline
  34.   COPY SYS:Parnet/Node.rinfo to NET:RAM/node.rinfo 
  35.   If NOT Exists NET:sys/node.rinfo
  36.     COPY SYS:Parnet/Node.rinfo to NET:SYS/Node.rinfo
  37.   EndIF
  38.   ECHO "OK*e[31m"
  39. EndIF
  40.  
  41. Echo "Mounting MOUSE: device for PNetKeys...        *e[32m"NoLine
  42. mount MOUSE: from Devs:Mountlist.ParNET.Client
  43. echo "OK*e[31m"
  44.  
  45. echo ""
  46. echo "Done."
  47. wait 3
  48.  
  49.  
  50.